home *** CD-ROM | disk | FTP | other *** search
- /*
- IC Font Whats.h
-
- */
-
- #pragma once
-
- #ifndef __H_IC_Font_Whats__
- #define __H_IC_Font_Whats__
-
- #include "IC Types.h"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void SetSizeOutlines(MenuHandle sizemenu,short font_num);
- Boolean FindMenuItem(MenuHandle mh,StringPtr item,short* index);
- long ValidateSize(long size);
- long GetSizeMenuValue(DialogPtr dlg,short item);
- void GetCurrentSetting(DialogPtr dlg,short item,ICFontRecord* font_setting,short* font_num);
- pascal void DisplayFontProc(DialogPtr dlg,short item);
- OSErr WhatOpenFont(WindowType wt,short item);
- OSErr WhatClickFont(WindowType wt,short item,EventRecord* er);
- pascal Boolean MyModalFilter(DialogPtr dlg,EventRecord* er,short* item);
- Boolean GetOtherSize(long* size);
- OSErr WhatClickFontSize(WindowType wt,short item,EventRecord* er);
- OSErr WhatFlushFont(WindowType wt,short item);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __H_IC_Font_Whats__ */
-
-